Fix Codex argument injection and prompt command references#651
Fix Codex argument injection and prompt command references#651zxfxpower wants to merge 2 commits intoFission-AI:mainfrom
Conversation
📝 WalkthroughWalkthroughThe PR introduces a new Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related issues
Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
Summary
$ARGUMENTSinto Codex prompt output so/prompts:opsx-* <args>works as expected./opsx:*and/opsx-*references in prompt bodies to Codex format/prompts:opsx-*..idea/in repo.Context
Issue #649 reports Codex prompts ignore arguments and contain incorrect command references. This PR fixes both at the generator level.
Testing
pnpm test -- test/core/command-generation/adapters.test.ts test/utils/command-references.test.tsSummary by CodeRabbit
Release Notes
New Features
Chores